menuitem: Remove unused variable
authorBenjamin Otte <otte@redhat.com>
Wed, 25 May 2011 15:53:12 +0000 (17:53 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 27 May 2011 14:11:09 +0000 (16:11 +0200)
Seriously, can't people compile with -Werror? Broke with
5f2ef59d6968f311abe3ebf9f477120240c1acb2

gtk/gtkmenuitem.c

index be643a85338fdcd14b072bf84142e3a573613257..b8e0746cf20ea3a6e3c22156ab2041fcb27819a0 100644 (file)
@@ -2121,7 +2121,6 @@ gtk_menu_item_position_menu (GtkMenu  *menu,
   GtkAllocation allocation;
   GtkWidget *widget;
   GtkMenuItem *parent_menu_item;
-  GtkRequisition requisition;
   GtkWidget *parent;
   GdkScreen *screen;
   gint twidth, theight;